All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Cell | +----com.apple.alpha.app.TextAttachmentCell
NSTextAttachmentCell
.
[[NSTextAttachmentCell
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- attachment
Objective-C instance method
defined by the CellForTextAttachment
interface
(known as the NSTextAttachmentCell
Objective-C protocol).
- cellBaselineOffset
Objective-C instance method
defined by the CellForTextAttachment
interface
(known as the NSTextAttachmentCell
Objective-C protocol).
- cellSize
Objective-C instance method
defined by the CellForTextAttachment
interface
(known as the NSTextAttachmentCell
Objective-C protocol).
- drawWithFrame:inView:
Objective-C instance method
defined by the CellForTextAttachment
interface
(known as the NSTextAttachmentCell
Objective-C protocol).
- highlight:withFrame:inView:
Objective-C instance method
defined by the CellForTextAttachment
interface
(known as the NSTextAttachmentCell
Objective-C protocol).
- setAttachment:
Objective-C instance method
defined by the CellForTextAttachment
interface
(known as the NSTextAttachmentCell
Objective-C protocol).
- trackMouse:inRect:ofView:untilMouseUp:
Objective-C instance method
defined by the CellForTextAttachment
interface
(known as the NSTextAttachmentCell
Objective-C protocol).
- wantsToTrackMouse
Objective-C instance method
defined by the CellForTextAttachment
interface
(known as the NSTextAttachmentCell
Objective-C protocol).
protected TextAttachmentCell(boolean shouldAllocate, int objcObject)
public TextAttachmentCell()
[[NSTextAttachmentCell
alloc] init]
.
public TextAttachmentCell(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public native void drawWithFrame(Rect cellFrame, View controlView)
- drawWithFrame:inView:
Objective-C instance method
defined by the CellForTextAttachment
interface
(known as the NSTextAttachmentCell
Objective-C protocol).
public native boolean wantsToTrackMouse()
- wantsToTrackMouse
Objective-C instance method
defined by the CellForTextAttachment
interface
(known as the NSTextAttachmentCell
Objective-C protocol).
public native void highlightWithFrameInView(boolean flag, Rect cellFrame, View controlView)
- highlight:withFrame:inView:
Objective-C instance method
defined by the CellForTextAttachment
interface
(known as the NSTextAttachmentCell
Objective-C protocol).
public native boolean trackMouse(Event theEvent, Rect cellFrame, View controlView, boolean flag)
- trackMouse:inRect:ofView:untilMouseUp:
Objective-C instance method
defined by the CellForTextAttachment
interface
(known as the NSTextAttachmentCell
Objective-C protocol).
public native Size cellSize()
- cellSize
Objective-C instance method
defined by the CellForTextAttachment
interface
(known as the NSTextAttachmentCell
Objective-C protocol).
public native Point cellBaselineOffset()
- cellBaselineOffset
Objective-C instance method
defined by the CellForTextAttachment
interface
(known as the NSTextAttachmentCell
Objective-C protocol).
public native void setAttachment(TextAttachment anObject)
- setAttachment:
Objective-C instance method
defined by the CellForTextAttachment
interface
(known as the NSTextAttachmentCell
Objective-C protocol).
public native TextAttachment attachment()
- attachment
Objective-C instance method
defined by the CellForTextAttachment
interface
(known as the NSTextAttachmentCell
Objective-C protocol).
All Packages Class Hierarchy This Package Previous Next Index